home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / garbage.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.0 KB  |  69 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Garbage_Collection
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : bryan@su-sierra
  6. -- AUTHOR            : Doug Bryan
  7. --                   : Computer Systems Lab
  8. --                   : Stanford University
  9. --                   : Stanford, CA 94305
  10. -- COPYRIGHT         : 
  11. -- DATE CREATED      : 10 Aug 1985
  12. -- DATE RELEASED     : 16 Aug 1985
  13. -- DATE LAST UPDATED : 16 Aug 1985
  14. -- LOCATION          : C2MUG
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : DG MV/10000, Ada Dev Environ (ADE) 2.2
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : COMPONENTS
  19. -- CATEGORY LEVEL 2  : Garbage Collection
  20. -- CATEGORY LEVEL 3  : 
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : MEMORY
  23. -- KEYWORD           : GARBAGE
  24. -- KEYWORD           : COLLECTION
  25. -- INDEX             : Memory
  26. -- INDEX             : Garbage
  27. -- INDEX             : Garbage Collection
  28. -- INDEX             : Collection, Garbage
  29. -- TAXONOMY          : 
  30. -- DEPENDENCIES      : 
  31. -- SEE ALSO          : 
  32. --= FILE LISTING         ===============================================--
  33. -- FILE SPECS        : PD:<ADA.COMPONENTS>GARBAGE.*
  34. -- DIRECTORY DISPLAY :
  35. -- Directory   PD:<ADA.COMPONENTS>
  36. --      File Name     Byte Count  Line Count
  37. --   ---------------  ----------  ----------
  38. --   GARBAGE.PRO            2646          55
  39. --   GARBAGE.SRC            6536         208
  40. --   ===============  ==========  ==========
  41. --     2 Files              9182         263
  42. --= ABSTRACT             ===============================================--
  43. --         This is a generic garbage collector.  It simply  maintains  an
  44. -- internal  linked list of items which have been freed then reuses these
  45. -- items when more are needed.
  46. --= REVISION HISTORY     ===============================================--
  47. --
  48. --= RELEASE NOTICE       ===============================================--
  49. -- This prologue must be included in all copies of this software.
  50. --
  51. -- This software is copyright by the author.
  52. --
  53. -- This software is released to the Ada community.
  54. -- This software is released to the Public Domain (note:
  55. --   software released to the Public Domain is not subject
  56. --   to copyright protection).
  57. -- Restrictions on use or distribution:  NONE
  58. --= DISCLAIMER           ===============================================--
  59. --     This software and its documentation are provided "AS IS" and
  60. -- without any expressed or implied warranties whatsoever.  No warranties
  61. -- as to performance, merchantability, or fitness for a particular
  62. -- purpose exist.
  63. --     The user is advised to test the software thoroughly before
  64. -- relying on it.  The user must assume the entire risk and liability of
  65. -- using this software.  In no event shall any person or organization of
  66. -- people be held responsible for any direct, indirect, consequential or
  67. -- inconsequential damages or lost profits.
  68. --======================================================================--
  69.